home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / OpenGL 1.0 SDK / Headers / gliContext.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-18  |  327 b   |  28 lines  |  [TEXT/CWIE]

  1. /*
  2.     File:        gliContext.h
  3.  
  4.     Version:    1.0
  5.  
  6.     Copyright:    © 1999 by Apple Computer, Inc., all rights reserved.
  7. */
  8.  
  9. #ifndef _GLICONTEXT_H
  10. #define _GLICONTEXT_H
  11.  
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15.  
  16.  
  17. /*
  18. ** GL context data type
  19. */
  20. typedef struct __GLIContextRec *GLIContext;
  21.  
  22.  
  23. #ifdef __cplusplus
  24. }
  25. #endif
  26.  
  27. #endif /* _GLICONTEXT_H */
  28.